text/template/parse.Tree.newBreak (method)

3 uses

	text/template/parse (current package)
		node.go#L920: func (t *Tree) newBreak(pos Pos, line int) *BreakNode {
		node.go#L924: func (b *BreakNode) Copy() Node                  { return b.tr.newBreak(b.Pos, b.Line) }
		parse.go#L424: 	return t.newBreak(pos, line)